#340 closed feature request (done)
Plugin for genetic programming for boolean logic
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | lowest | Milestone: | HeuristicLab 3.3.0 |
Component: | ZZZ OBSOLETE: GP | Version: | 3.2 |
Keywords: | Cc: |
Description
- Terminals: Constant (true,false), Variable;
- Functions: NOT AND, OR, XOR, NAND, NOR
Useful for multiplexer and parity GP benchmark problems.
Change History (11)
comment:1 Changed 16 years ago by gkronber
- Component changed from General to GP
- Owner changed from swagner to gkronber
- Priority changed from major to trivial
comment:2 Changed 16 years ago by gkronber
- Status changed from new to assigned
comment:3 Changed 16 years ago by gkronber
comment:4 Changed 16 years ago by gkronber
- Resolution set to fixed
- Status changed from assigned to closed
fixed bugs with r722.
comment:5 Changed 16 years ago by gkronber
- Resolution fixed deleted
- Status changed from closed to reopened
there are some bugs left
comment:6 Changed 16 years ago by gkronber
- Status changed from reopened to new
comment:7 Changed 16 years ago by gkronber
- Status changed from new to assigned
comment:8 Changed 16 years ago by gkronber
- Resolution set to fixed
- Status changed from assigned to closed
fixed bugs and changes evaluator to return the number of errors instead of the number of correct rows with r730.
comment:9 Changed 16 years ago by swagner
- Milestone changed from 3.2 to Iteration 0
Milestone 3.2 deleted
comment:10 Changed 14 years ago by swagner
- Milestone changed from Iteration 0 to Current
Milestone Iteration 0 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
added quick (untested) implementation with r720.