Thread: Plotting GA in C

  1. #1
    Registered User
    Join Date
    Oct 2010
    Posts
    4

    Plotting GA in C

    Hi everybody,

    this is my first post, and although i've already checked if something was already posted related on what i need, i didnt find it. Here is the deal.

    I'm running a Genetic Algorithm C program. The point is that every generation (let's say each iteration) you get some results which can be plotted. In this way u have a temporal plot or better said a plot of the result vs generation. My question is if it is possible to plot in c programming and how should i do it!

    I hope someone could help me. Obviously any advice or help is welcome!

    Regards,

    Munoz.

  2. #2
    Registered User
    Join Date
    Sep 2008
    Posts
    200
    You could use gnuplot (also: Wikipedia page). It's a widely used (and cross-platform) command-line graphing utility you can use as a back-end.

  3. #3
    Registered User
    Join Date
    Oct 2010
    Posts
    4
    Thanks John, i'll check it now!!

    J.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. plotting a graph
    By cracker in forum C Programming
    Replies: 4
    Last Post: 09-23-2009, 05:37 AM
  2. Plotting Pixels
    By crepincdotcom in forum C Programming
    Replies: 5
    Last Post: 06-29-2005, 02:08 AM
  3. Plotting a pixel.
    By lozdg in forum C++ Programming
    Replies: 5
    Last Post: 05-11-2005, 03:01 PM
  4. 3D plotting
    By Perspective in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 04-10-2003, 10:42 AM
  5. 24bit pixel plotting
    By GravtyKlz in forum Game Programming
    Replies: 1
    Last Post: 03-14-2003, 02:21 PM