Make
- 2 multiplexer
- an integer is fed in in slot 1
- a second integer is fed in slot 2
- a third integer 0 or 1 fed in slot three
And the score is mean squares error from the value in slot 1 if 0
Else mean squared error from the value in slot 2 if 1.
-6-multiplexer
-Slot 0 is selector
-Then 6 integers.
And the program has to output integer N after selector.
So if the selector is 0 then output slot 1
And selector =5 means output slot 6
Etc
make sure there is a ticket for cx-evolves
- for 2-1 multiplexer
- 3-1 multiplexer
- 4-1 multiplexer
- 5-1 multipexer
- 6-1 multiplexer
2-1 muliplexer
- has two inputs
- one output
- if 0 then return 1st input
- if 1 then return 2nd input
Make
And the score is mean squares error from the value in slot 1 if 0
Else mean squared error from the value in slot 2 if 1.
-6-multiplexer
-Slot 0 is selector
-Then 6 integers.
And the program has to output integer N after selector.
So if the selector is 0 then output slot 1
And selector =5 means output slot 6
Etc
make sure there is a ticket for cx-evolves
2-1 muliplexer