Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

genetic programming

Name: Anonymous 2013-10-05 21:16

In artificial intelligence, genetic programming (GP) is an evolutionary algorithm-based methodology inspired by biological evolution to find computer programs that perform a user-defined task. Essentially GP is a set of instructions and a fitness function to measure how well a computer has performed a task. It is a specialization of genetic algorithms (GA) where each individual is a computer program. It is a machine learning technique used to optimize a population of computer programs according to a fitness landscape determined by a program's ability to perform a given computational task.

Is this really a real thing? how do you even generate and mutate programs?

Name: Anonymous 2013-10-09 18:37

>>40
killing yourself

Name: Anonymous 2013-10-09 19:07

>>41
='(

Name: Anonymous 2013-10-09 20:56

| dubs
v

Name: Anonymous 2013-10-09 21:31

>>45
thanks, I hope you enjoyed them as much as I did.

Name: Anonymous 2013-10-09 21:31

>>44
Nice dubs.

Name: New to programmings 2013-10-09 22:40

Well, I have the documents necessary to learn programming, and took some bio clases.
I'll try figuring something out I guess or die trying.

I think we need something along the lines of DNA + RNA and a 'compiler' like proteins, and that languages we use to program aren't suited to do this.

I dunno.

Name: Anonymous 2013-10-10 10:46

>>46
I was reading this
http://cswww.essex.ac.uk/staff/rpoli/gp-field-guide/21Representation.html#7_1
they seem to use lisp-like syntax and a small interpreter

Name: Anonymous 2013-10-11 17:06

Anyone ever had a genetic algorithm actually converge into a local minimum, when there was more than 6 variables to optimize?

Name: Anonymous 2013-10-11 17:17

I think I'll do some work with some circuits, and by that I mean a matrix of logic gates, with a few simple Conway's-game-of-life-esque rules on how they connect to the surrounding nodes. I'll try to make it find a simple 2-bit adder. Once it does that, select for size. Since I already have the simplest solution, I'll be able to focus on getting my interaction rules in line.

Name: 48 2013-10-11 17:24

>>49
NO! That's just useless. Why use GA for simple things, when anything your GA comes up with, your CPU already does faster? Instead, try to get an algorithm that calculates, say, the Riemann zeta function to a certain precision and is fast. Then I'll be impressed. So far I've never ever seen anything come out of GAs (or neural nets) that isn't a Rube Goldberg solution for some trivial problem.

Name: 48,50 2013-10-11 17:28

Something that produces prime numbers, detects if a number is prime, gamma function, numerical integration/differentiation function, that's the shit I want to see, not stupid logic gates that are already pretty much optimized by modern CPUs.

Name: Anonymous 2013-10-11 17:55

Something that produces repeating digits and detects if a number is dubs.

FUND IT

Name: Anonymous 2013-10-12 0:03

>>50
Because I'm working out the rules of the environment and testing them on simple things I already know the answer for, duh. Once I get the connection rules right for my adder to be build, I can start something kewler.

Name: Anonymous 2013-10-12 22:17

http://en.wikipedia.org/wiki/Grammatical_evolution
Just found out about this
You can directly map a list of integers to a always valid program, using only a few grammar rules
There's an example here http://cswww.essex.ac.uk/staff/rpoli/gp-field-guide/62ConstrainingStructures.html

Name: Anonymous 2013-10-13 3:31

Check em

Name: Anonymous 2013-10-14 12:03

>>54
but I can't seem to find papers using any cool grammars
it's only + - * / and sometimes ifs
I want some function and variable definitions and data structures with side effects damn it!

Name: Anonymous 2013-10-14 22:15

found something new and cool, Novelty Search
http://eplex.cs.ucf.edu/noveltysearch/userspage/
this one is so new it doesn't even have a wikipedia page

Name: Anonymous 2013-10-14 22:18

suck my cock dude

Name: Anonymous 2013-10-14 22:22

>>58
>le pedophile blowjobs

Name: Anonymous 2013-10-14 23:26

>le pedophile base 59 dubs

Name: Anonymous 2013-10-15 2:31

>>57
Shouldn't it be called hipster search?

Name: Anonymous 2013-10-19 6:37

DILBERT   SCOTT ADAMS

Dilbert : "EVERY TIME I THINK I'VE INVENTED SOMETHING, I FIND OUT IT ALREADY EXISTS.

Dilmom : "MAYBE THAT'S BECAUSE ALL MINDS ARE CONNECTED BY THE MORPHIC FIELD."

Dilbert : "MORPHIC FIELDS ARE PSEUDO-SCIENCE, MOM."

Dilmom : "I ALSO BLAME YOUR DAD'S CRAPPY GENES."


www.Dilbert.com

DilbertCartoonist@gmail.com

10-14-13 © 2013 Scott Adams, Inc. / Dist. by Universal Uclick

Name: Anonymous 2013-10-19 6:47

>>62
Hilarious

Name: Anonymous 2013-10-26 0:34

bump
I tried the Santa Fe Trail Problem, but GP seems to suck at it

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List