Skip to content

2-Multiplexer and 6-Multiplexer #70

@kenje4090

Description

@kenje4090

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions