<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/libfgen/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/libfgen/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 11 Mar 2013 20:41:58 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/libfgen/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by Harm Hanemaaijer</title><link>https://sourceforge.net/p/libfgen/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -25,7 +25,7 @@
 * ffit_rastrigin.c uses the ffit API to find the minimum of a multi-dimensional Rastrigin function using a genetic algorithm or PSO.
 * ffit_rosenbrock.c does the same for the two-dimensional Rosenbrock-function.
 * pict is a program that decomposes an image into filled rectangles using the genetic algorithm. It can also compress textures into the DXT1 or ETC1 format.
-* tsp is a graphical example program for the Travelling Salesman Problem.
+* tsp_gtk is a graphical example program for the Travelling Salesman Problem.
 * gp is an example of linear genetic programming, using the genetic algorithm to generate assembly language programs.

 Documentation can be found on the project's SourceForge webpages at .
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Harm Hanemaaijer</dc:creator><pubDate>Mon, 11 Mar 2013 20:41:58 -0000</pubDate><guid>https://sourceforge.net0dcd2e7e6bbd5da993b811888d0b6c662750824d</guid></item><item><title>WikiPage Home modified by Harm Hanemaaijer</title><link>https://sourceforge.net/p/libfgen/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -18,12 +18,12 @@

 ##### Examples #####

-* sample_ones.c is a trivial GA problem using bitstrings.
-* sample_func.c is a trivial function maximization problem using a GA.
-* sample_tsp.c implements the Travelling Salesman Problem using a genetic algorithm with permutation representation using the invert mutation and order-based crossover.
-* sample_tsp_archipelago.c does the same with an archipelago of concurrent genetic algorithms.
-* sample_ffit_rastrigin.c uses the ffit API to find the minimum of a multi-dimensional Rastrigin function using a genetic algorithm or PSO.
-* sample_ffit_rosenbrock.c does the same for the two-dimensional Rosenbrock-function.
+* ones.c is a trivial GA problem using bitstrings.
+* func.c is a trivial function maximization problem using a GA.
+* tsp.c implements the Travelling Salesman Problem using a genetic algorithm with permutation representation using the invert mutation and order-based crossover.
+* tsp_archipelago.c does the same with an archipelago of concurrent genetic algorithms.
+* ffit_rastrigin.c uses the ffit API to find the minimum of a multi-dimensional Rastrigin function using a genetic algorithm or PSO.
+* ffit_rosenbrock.c does the same for the two-dimensional Rosenbrock-function.
 * pict is a program that decomposes an image into filled rectangles using the genetic algorithm. It can also compress textures into the DXT1 or ETC1 format.
 * tsp is a graphical example program for the Travelling Salesman Problem.
 * gp is an example of linear genetic programming, using the genetic algorithm to generate assembly language programs.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Harm Hanemaaijer</dc:creator><pubDate>Sat, 02 Mar 2013 00:09:10 -0000</pubDate><guid>https://sourceforge.net87cec75422e892d696fe22b99df313822bfef257</guid></item><item><title>WikiPage Home modified by Harm Hanemaaijer</title><link>https://sourceforge.net/p/libfgen/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -24,7 +24,7 @@
 * sample_tsp_archipelago.c does the same with an archipelago of concurrent genetic algorithms.
 * sample_ffit_rastrigin.c uses the ffit API to find the minimum of a multi-dimensional Rastrigin function using a genetic algorithm or PSO.
 * sample_ffit_rosenbrock.c does the same for the two-dimensional Rosenbrock-function.
-* pict is a program that decomposes an image into filled rectangles using the genetic algorithm.
+* pict is a program that decomposes an image into filled rectangles using the genetic algorithm. It can also compress textures into the DXT1 or ETC1 format.
 * tsp is a graphical example program for the Travelling Salesman Problem.
 * gp is an example of linear genetic programming, using the genetic algorithm to generate assembly language programs.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Harm Hanemaaijer</dc:creator><pubDate>Sat, 23 Feb 2013 13:00:02 -0000</pubDate><guid>https://sourceforge.netea904ca23860dfca0805a83d247840e7ce020a92</guid></item><item><title>WikiPage Home modified by Harm Hanemaaijer</title><link>https://sourceforge.net/p/libfgen/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -6,7 +6,7 @@

 ##### fgen #####

-fgen is the interface to the genetic algorithm implementation. In addition to bitstring operators, permutation-based operators are also provided and custom seeding, mutation and crossover operators can be defined by the application, also allowing use of real-valued parameters. Archipelagos of multiple concurrent GAs are supported. Steady-state evolutions is also supported. Internal threading allows parallel computation, especially for archipelagos, and the library is thread-safe as long as two threads do not call member functions with the same population.
+fgen is the interface to the genetic algorithm implementation. In addition to bitstring operators, permutation-based operators are also provided and custom seeding, mutation and crossover operators can be defined by the application, also allowing use of real-valued parameters. Archipelagos of multiple concurrent GAs are supported. Steady-state evolution is also supported. Internal threading allows parallel computation, especially for archipelagos, and the library is thread-safe as long as two threads do not call member functions with the same population.

 ##### fpso #####

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Harm Hanemaaijer</dc:creator><pubDate>Wed, 20 Feb 2013 23:30:30 -0000</pubDate><guid>https://sourceforge.net028a0e24bbc59b4f2b6bd3e74bc0744cfff4439e</guid></item><item><title>WikiPage Home modified by Harm Hanemaaijer</title><link>https://sourceforge.net/p/libfgen/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -6,7 +6,7 @@

 ##### fgen #####

-fgen is the interface to the genetic algorithm implementation. Although it is mainly based on bitstring representation, permutation-based operators are also provided and custom seeding, mutation and crossover operators can be defined by the application, also allowing use of real-valued parameters. Archipelagos of multiple concurrent GAs are supported. Internal threading allows parallel computation, especially for archipelagos, and the library is thread-safe as long as two threads do not call member functions with the same population.
+fgen is the interface to the genetic algorithm implementation. In addition to bitstring operators, permutation-based operators are also provided and custom seeding, mutation and crossover operators can be defined by the application, also allowing use of real-valued parameters. Archipelagos of multiple concurrent GAs are supported. Steady-state evolutions is also supported. Internal threading allows parallel computation, especially for archipelagos, and the library is thread-safe as long as two threads do not call member functions with the same population.

 ##### fpso #####

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Harm Hanemaaijer</dc:creator><pubDate>Wed, 20 Feb 2013 23:29:12 -0000</pubDate><guid>https://sourceforge.net8c270027e893f3e3e0305d7dfbfc6dab9cb4fe01</guid></item><item><title>WikiPage Home modified by Harm Hanemaaijer</title><link>https://sourceforge.net/p/libfgen/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -10,20 +10,23 @@

 ##### fpso #####

-fpso is the interface to the particle swarm optimization implementation, which provides a simple PSO with GBEST or LBEST topology and other customizable parameters. Although it can converge quickly for simple problems, for more complex higher dimensional problems the genetic algorithm performs much better.
+fpso is the interface to the particle swarm optimization implementation, which provides a simple PSO with GBEST or LBEST topology and other customizable parameters. Although it can converge quickly for simple problems, for more complex higher dimensional problems the genetic algorithm generally performs much better.

 ##### ffit #####

-ffit is the interface to straightforward multi-dimensional function minimization. It can be used for model fitting where a set of parameters is evaluated resulting in an error value. A genetic algorithm or PSO can be used to find the global minimum. Parameters can be distributed withinin a range with a profile other than linear (for example logarithmic or binomial) to optimize the searching process. When using the genetic algorithm ffit uses 16, 32 or 64-bit bitstring representations mapped to real values.
+ffit is the interface to straightforward multi-dimensional function minimization. It can be used for model fitting where a set of parameters is evaluated resulting in an error value. A genetic algorithm or PSO can be used to find the global minimum. Parameters can be distributed withinin a range with a profile other than linear (for example logarithmic or binomial) to optimize the searching process. When using the genetic algorithm ffit uses 16, 32 or 64-bit bitstring representations mapped to real values, or alternatively real-valued parameters directly.

 ##### Examples #####

 * sample_ones.c is a trivial GA problem using bitstrings.
 * sample_func.c is a trivial function maximization problem using a GA.
-* sample_tsp.c implements the Travelling Salesman Problem using a genetic algorithm with permutation representation and position-based crossover (PBX).
+* sample_tsp.c implements the Travelling Salesman Problem using a genetic algorithm with permutation representation using the invert mutation and order-based crossover.
 * sample_tsp_archipelago.c does the same with an archipelago of concurrent genetic algorithms.
 * sample_ffit_rastrigin.c uses the ffit API to find the minimum of a multi-dimensional Rastrigin function using a genetic algorithm or PSO.
 * sample_ffit_rosenbrock.c does the same for the two-dimensional Rosenbrock-function.
+* pict is a program that decomposes an image into filled rectangles using the genetic algorithm.
+* tsp is a graphical example program for the Travelling Salesman Problem.
+* gp is an example of linear genetic programming, using the genetic algorithm to generate assembly language programs.

 Documentation can be found on the project's SourceForge webpages at .

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Harm Hanemaaijer</dc:creator><pubDate>Tue, 19 Feb 2013 23:49:24 -0000</pubDate><guid>https://sourceforge.net829cdd79ff22333d951596e19161cdd88a2dc699</guid></item><item><title>WikiPage Home modified by Harm Hanemaaijer</title><link>https://sourceforge.net/p/libfgen/wiki/Home/</link><description>&lt;pre&gt;--- v5 
+++ v6 
@@ -25,4 +25,6 @@
 * sample_ffit_rastrigin.c uses the ffit API to find the minimum of a multi-dimensional Rastrigin function using a genetic algorithm or PSO.
 * sample_ffit_rosenbrock.c does the same for the two-dimensional Rosenbrock-function.
 
+Documentation can be found on the project's SourceForge webpages at &lt;http://libfgen.sourceforge.net&gt;.
+
 [[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Harm Hanemaaijer</dc:creator><pubDate>Sun, 26 Feb 2012 02:56:46 -0000</pubDate><guid>https://sourceforge.net64cf8886a3bc77dc50cacbcc190c31d9be5d4abb</guid></item><item><title>WikiPage Home modified by Harm Hanemaaijer</title><link>https://sourceforge.net/p/libfgen/wiki/Home/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -10,8 +10,7 @@
 
 ##### fpso #####
 
-fpso is the interface to the particle swarm optimization implementation, which
-provides a simple PSO with GBEST or LBEST topology and other customizable parameters. Although it can converge quickly for simple problems, for more complex higher dimensional problems the genetic algorithm performs much better.
+fpso is the interface to the particle swarm optimization implementation, which provides a simple PSO with GBEST or LBEST topology and other customizable parameters. Although it can converge quickly for simple problems, for more complex higher dimensional problems the genetic algorithm performs much better.
 
 ##### ffit #####
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Harm Hanemaaijer</dc:creator><pubDate>Sun, 26 Feb 2012 00:21:16 -0000</pubDate><guid>https://sourceforge.neted091521bac8a0e9356bdcfa12b87728c79378f5</guid></item><item><title>WikiPage Home modified by Harm Hanemaaijer</title><link>https://sourceforge.net/p/libfgen/wiki/Home/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -1,11 +1,29 @@
 libfgen --Library for optimization using a genetic algorithm or particle swarm optimization
 
-## Introduction ##
-
+##### Introduction #####
+
 libfgen is a library that implements an efficient and customizable genetic algorithm (GA). It also provides particle swarm optimization (PSO) functionality and an interface for real-valued function minimization or model fitting. It is written in C.
 
-## fgen ##
+##### fgen #####
 
 fgen is the interface to the genetic algorithm implementation. Although it is mainly based on bitstring representation, permutation-based operators are also provided and custom seeding, mutation and crossover operators can be defined by the application, also allowing use of real-valued parameters. Archipelagos of multiple concurrent GAs are supported. Internal threading allows parallel computation, especially for archipelagos, and the library is thread-safe as long as two threads do not call member functions with the same population.
+
+##### fpso #####
+
+fpso is the interface to the particle swarm optimization implementation, which
+provides a simple PSO with GBEST or LBEST topology and other customizable parameters. Although it can converge quickly for simple problems, for more complex higher dimensional problems the genetic algorithm performs much better.
+
+##### ffit #####
+
+ffit is the interface to straightforward multi-dimensional function minimization. It can be used for model fitting where a set of parameters is evaluated resulting in an error value. A genetic algorithm or PSO can be used to find the global minimum. Parameters can be distributed withinin a range with a profile other than linear (for example logarithmic or binomial) to optimize the searching process. When using the genetic algorithm ffit uses 16, 32 or 64-bit bitstring representations mapped to real values.
+
+##### Examples #####
+
+* sample_ones.c is a trivial GA problem using bitstrings.
+* sample_func.c is a trivial function maximization problem using a GA.
+* sample_tsp.c implements the Travelling Salesman Problem using a genetic algorithm with permutation representation and position-based crossover (PBX).
+* sample_tsp_archipelago.c does the same with an archipelago of concurrent genetic algorithms.
+* sample_ffit_rastrigin.c uses the ffit API to find the minimum of a multi-dimensional Rastrigin function using a genetic algorithm or PSO.
+* sample_ffit_rosenbrock.c does the same for the two-dimensional Rosenbrock-function.
 
 [[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Harm Hanemaaijer</dc:creator><pubDate>Sat, 25 Feb 2012 22:59:37 -0000</pubDate><guid>https://sourceforge.netd0256fa350994294ebd053234d238fa77223c7b2</guid></item><item><title>WikiPage Home modified by Harm Hanemaaijer</title><link>https://sourceforge.net/p/libfgen/wiki/Home/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -1,5 +1,11 @@
 libfgen --Library for optimization using a genetic algorithm or particle swarm optimization
 
-
+## Introduction ##
+
+libfgen is a library that implements an efficient and customizable genetic algorithm (GA). It also provides particle swarm optimization (PSO) functionality and an interface for real-valued function minimization or model fitting. It is written in C.
+
+## fgen ##
+
+fgen is the interface to the genetic algorithm implementation. Although it is mainly based on bitstring representation, permutation-based operators are also provided and custom seeding, mutation and crossover operators can be defined by the application, also allowing use of real-valued parameters. Archipelagos of multiple concurrent GAs are supported. Internal threading allows parallel computation, especially for archipelagos, and the library is thread-safe as long as two threads do not call member functions with the same population.
 
 [[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Harm Hanemaaijer</dc:creator><pubDate>Sat, 25 Feb 2012 22:53:01 -0000</pubDate><guid>https://sourceforge.netbbf4f337f82e6936bcce8d59b8be9a676c45b215</guid></item></channel></rss>