<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to L-system</title><link>https://sourceforge.net/p/libpondyparser/wiki/L-system/</link><description>Recent changes to L-system</description><atom:link href="https://sourceforge.net/p/libpondyparser/wiki/L-system/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 09 Jan 2014 15:51:50 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/libpondyparser/wiki/L-system/feed" rel="self" type="application/rss+xml"/><item><title>L-system modified by erana256</title><link>https://sourceforge.net/p/libpondyparser/wiki/L-system/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v22
+++ v23
@@ -28,7 +28,7 @@
 Binary override :
 -----------------

-With the substitution of the above XX and YY classes, the first linked in your binary is executed in real-time on your box. This means your linker overrides with the first symbols found. If you use eg. gcc or ld with -L. -lc -lm libraries, lm is parsed first in the binary and thus the executed real-time code.
+With the substitution of the above XX and YY classes, the first linked in your binary is executed in real-time on your box. This means your linker overrides with the first symbols found. If you use eg. gcc or ld with -L. -lc -lm libraries, lm is parsed first in the binary and thus the first executed real-time code.

 The Parser:
 -----------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">erana256</dc:creator><pubDate>Thu, 09 Jan 2014 15:51:50 -0000</pubDate><guid>https://sourceforge.net89b25f271020c63b56cf96918ffbd1df38bf1524</guid></item><item><title>L-system modified by erana256</title><link>https://sourceforge.net/p/libpondyparser/wiki/L-system/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v21
+++ v22
@@ -25,6 +25,11 @@

 . You can make a superclass for XX or YY with template parameters to provide for a functor (lindemayer_axiom subclass of lindemayer_system class) which occurs in the chaotic process to run an L-system. The transform() method iterates over the axioms (axioms might need to be re-sorted while running.) The lindemayer_leaf.* files describe a simple axiomatic system by running on a vector of axioms called _axioms.

+Binary override :
+-----------------
+
+With the substitution of the above XX and YY classes, the first linked in your binary is executed in real-time on your box. This means your linker overrides with the first symbols found. If you use eg. gcc or ld with -L. -lc -lm libraries, lm is parsed first in the binary and thus the executed real-time code.
+
 The Parser:
 -----------

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">erana256</dc:creator><pubDate>Thu, 09 Jan 2014 15:50:35 -0000</pubDate><guid>https://sourceforge.net10d731dc817177130077389622fb86db8e9a5720</guid></item><item><title>L-system modified by erana256</title><link>https://sourceforge.net/p/libpondyparser/wiki/L-system/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v20
+++ v21
@@ -32,3 +32,8 @@
 can be patternised and give more or less entropy.

 Local maxima/minima can be seen as tree branches where e.g. the longest ot highest reaching branch is the global maximum/minimum (cfr. neural network theory.)
+
+Plant technology:
+-----------------
+
+See http://algorithmicbotany.org/papers/abop/abop.pdf for a book about L-systems in nature.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">erana256</dc:creator><pubDate>Mon, 23 Dec 2013 21:00:53 -0000</pubDate><guid>https://sourceforge.net969bb80ec7d05e4ab5a5e0a2071c3508234b3926</guid></item><item><title>L-system modified by erana256</title><link>https://sourceforge.net/p/libpondyparser/wiki/L-system/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v19
+++ v20
@@ -30,3 +30,5 @@

 There's an orphan fork process list which can be called to make a parser parse. The thing is that the L-system provides for a super system which can strengthen the compile time features of a parser. The L-system can be combined with other AI or Complex systems so it can learn instead of just iterate. Note that an L-system can attract such as the Lorentz attractor that display a sink and source (deque push_front and deque push_back) and that the numbers generated (e.g. from a string to integer/float, such as the libc atof and atoi functions) 
 can be patternised and give more or less entropy.
+
+Local maxima/minima can be seen as tree branches where e.g. the longest ot highest reaching branch is the global maximum/minimum (cfr. neural network theory.)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">erana256</dc:creator><pubDate>Mon, 23 Dec 2013 14:41:58 -0000</pubDate><guid>https://sourceforge.net509533ac3eeaac126520f8a8ce7e9aae8b933ace</guid></item><item><title>L-system modified by erana256</title><link>https://sourceforge.net/p/libpondyparser/wiki/L-system/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v18
+++ v19
@@ -24,3 +24,9 @@
 . override the lindemayer_util.h classes to make a transform() method in the lindemayer_*.* for using an approach to parsing, e.g. AI or Adaptive systems.

 . You can make a superclass for XX or YY with template parameters to provide for a functor (lindemayer_axiom subclass of lindemayer_system class) which occurs in the chaotic process to run an L-system. The transform() method iterates over the axioms (axioms might need to be re-sorted while running.) The lindemayer_leaf.* files describe a simple axiomatic system by running on a vector of axioms called _axioms.
+
+The Parser:
+-----------
+
+There's an orphan fork process list which can be called to make a parser parse. The thing is that the L-system provides for a super system which can strengthen the compile time features of a parser. The L-system can be combined with other AI or Complex systems so it can learn instead of just iterate. Note that an L-system can attract such as the Lorentz attractor that display a sink and source (deque push_front and deque push_back) and that the numbers generated (e.g. from a string to integer/float, such as the libc atof and atoi functions) 
+can be patternised and give more or less entropy.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">erana256</dc:creator><pubDate>Mon, 23 Dec 2013 14:39:53 -0000</pubDate><guid>https://sourceforge.netaa7f0dea71af1058fa33613acba07e8585cd0b5b</guid></item><item><title>L-system modified by erana256</title><link>https://sourceforge.net/p/libpondyparser/wiki/L-system/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v17
+++ v18
@@ -16,7 +16,7 @@
 The L-system such as the leaf can be made with the lindemayer_stack and/or deque to functionally operate on e,g, a visual (such as cairo or SDL.)
 With a Turtle Graphics package we can draw trees such as in the pictures above, turtle graphics are a 2D Visual solution to drawing L-systems. Note that 3D can be drawn using randomised axioms which draw a leaf or tree that has small deviations of the plant's structure. The bend is just another (random) axiom, thus we can also picture gnarly trees.
 A gnarly tree is called a fractal, here's a list of systems that are fractals :
-http://en.wikipedia.org/wiki/List_of_fractals_by_Hausdorff_dimension
+https://en.wikipedia.org/wiki/List_of_fractals_by_Hausdorff_dimension

 Again, how we can do L-systems:
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">erana256</dc:creator><pubDate>Mon, 23 Dec 2013 14:31:59 -0000</pubDate><guid>https://sourceforge.net5589df1b22765ebf89560ebb74e35be03dffccfc</guid></item><item><title>L-system modified by erana256</title><link>https://sourceforge.net/p/libpondyparser/wiki/L-system/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v16
+++ v17
@@ -15,6 +15,9 @@

 The L-system such as the leaf can be made with the lindemayer_stack and/or deque to functionally operate on e,g, a visual (such as cairo or SDL.)
 With a Turtle Graphics package we can draw trees such as in the pictures above, turtle graphics are a 2D Visual solution to drawing L-systems. Note that 3D can be drawn using randomised axioms which draw a leaf or tree that has small deviations of the plant's structure. The bend is just another (random) axiom, thus we can also picture gnarly trees.
+A gnarly tree is called a fractal, here's a list of systems that are fractals :
+http://en.wikipedia.org/wiki/List_of_fractals_by_Hausdorff_dimension
+

 Again, how we can do L-systems:
 -------------------------------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">erana256</dc:creator><pubDate>Mon, 23 Dec 2013 14:31:33 -0000</pubDate><guid>https://sourceforge.net3ab718711402b8e0591c39c20b3d41df35a45797</guid></item><item><title>L-system modified by erana256</title><link>https://sourceforge.net/p/libpondyparser/wiki/L-system/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v15
+++ v16
@@ -20,4 +20,4 @@
 -------------------------------
 . override the lindemayer_util.h classes to make a transform() method in the lindemayer_*.* for using an approach to parsing, e.g. AI or Adaptive systems.

-. You can make a superclass for XX or YY with template parameters to provide for a functor (axiom subclass of lindemayer_system class) which occurs in the chaotic process to run an L-system. The transform() method iterates over the axioms (axioms might need to be re-sorted while running.) The lindemayer_leaf.* files describe a simple axiomatic system by running on a vector of axioms called _axioms.
+. You can make a superclass for XX or YY with template parameters to provide for a functor (lindemayer_axiom subclass of lindemayer_system class) which occurs in the chaotic process to run an L-system. The transform() method iterates over the axioms (axioms might need to be re-sorted while running.) The lindemayer_leaf.* files describe a simple axiomatic system by running on a vector of axioms called _axioms.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">erana256</dc:creator><pubDate>Mon, 23 Dec 2013 14:22:07 -0000</pubDate><guid>https://sourceforge.netd64c5a9d56340ddc8f6da6f2acfafdad68b0a7b1</guid></item><item><title>L-system modified by erana256</title><link>https://sourceforge.net/p/libpondyparser/wiki/L-system/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v14
+++ v15
@@ -20,5 +20,4 @@
 -------------------------------
 . override the lindemayer_util.h classes to make a transform() method in the lindemayer_*.* for using an approach to parsing, e.g. AI or Adaptive systems.

-. You can make a superclass for XX or YY with template parameters to provide for a functor (axiom subclass of lindemayer_system class) which occurs in the chaotic process to run an 
-L-system. The transform() method iterates over the axioms (axioms might need to be re-sorted while running.)
+. You can make a superclass for XX or YY with template parameters to provide for a functor (axiom subclass of lindemayer_system class) which occurs in the chaotic process to run an L-system. The transform() method iterates over the axioms (axioms might need to be re-sorted while running.) The lindemayer_leaf.* files describe a simple axiomatic system by running on a vector of axioms called _axioms.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">erana256</dc:creator><pubDate>Mon, 23 Dec 2013 14:20:58 -0000</pubDate><guid>https://sourceforge.net30fc50048e92d08327fdd56b3b579f87bc24d545</guid></item><item><title>L-system modified by erana256</title><link>https://sourceforge.net/p/libpondyparser/wiki/L-system/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -10,16 +10,15 @@
 How we can do L-systems:
 ------------------------

-The deque inside the lindemayer_system.* files can be used for eg a bubble sort algorithm which propagates by sorting numbers or strings. If you use the numbers of a semi-sorted list of numbers you can allaborate on fitness for each energy of the numbers (energy of a matrix.)
-By using a GA (genetic algorithm) this is clear.
+The deque inside the lindemayer_system.* files can be used for eg a bubble sort algorithm which propagates by sorting numbers or strings. If you use the numbers of a semi-sorted list of numbers you can elaborate on fitness for each energy of the numbers (energy of a matrix.)
+By using a GA (genetic algorithm) this is also correct.

-The L-system such as the leaf can be made with the lindemayer_stack and deque to functionally operate on e,g, a visual (such as cairo or SDL.)
+The L-system such as the leaf can be made with the lindemayer_stack and/or deque to functionally operate on e,g, a visual (such as cairo or SDL.)
+With a Turtle Graphics package we can draw trees such as in the pictures above, turtle graphics are a 2D Visual solution to drawing L-systems. Note that 3D can be drawn using randomised axioms which draw a leaf or tree that has small deviations of the plant's structure. The bend is just another (random) axiom, thus we can also picture gnarly trees.

 Again, how we can do L-systems:
 -------------------------------
-. override the lindemayer_util.h classes to make a transform() method in the lindemayer_*.* for using an approach to parsing, e.g. AI or Adaptive systems
+. override the lindemayer_util.h classes to make a transform() method in the lindemayer_*.* for using an approach to parsing, e.g. AI or Adaptive systems.

 . You can make a superclass for XX or YY with template parameters to provide for a functor (axiom subclass of lindemayer_system class) which occurs in the chaotic process to run an 
-L-system.
-
-. With a Turtle Graphics package we can draw trees such as in the pictures above, turtle graphics are a 2D Visual solution to drawing L-systems. Note that 3D can be drawn using randomised axioms which draw a leaf or tree that has small deviations of the plant's structure. The bend is just another (random) axiom, thus we can also picture gnarly trees.
+L-system. The transform() method iterates over the axioms (axioms might need to be re-sorted while running.)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">erana256</dc:creator><pubDate>Mon, 23 Dec 2013 14:18:33 -0000</pubDate><guid>https://sourceforge.net1e56a13bb2d17b29621195c1ba9aad84bbe457f3</guid></item></channel></rss>