Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java side broken #2

Closed
GoogleCodeExporter opened this issue Dec 3, 2015 · 3 comments
Closed

Java side broken #2

GoogleCodeExporter opened this issue Dec 3, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

After Matt got both the Java and Matlab sides working, I rewrote the Matlab
side to be more Matlaby.  This was a choice that Matt and I made together.

However, it means that the java code is now quite broken.  We need to fix
it to handle wrongly typed arrays (in case people don't cast their doubles
to ints in Observation.intArray or Action.intArray.  We also need to either
figure out how to pass structs into matlab functions from java, or we need
to write some matlab wrappers to go between Java and matlab.

The latter plan might be easiest, and would allow us to do much of our
checking inside matlab.

Original issue reported on code.google.com by brian.ta...@gmail.com on 21 Jun 2008 at 5:10

@GoogleCodeExporter
Copy link
Author

Original comment by brian.ta...@gmail.com on 13 Sep 2008 at 5:24

  • Added labels: Codec-Java

@GoogleCodeExporter
Copy link
Author

Original comment by brian.ta...@gmail.com on 18 Sep 2008 at 1:46

  • Added labels: Codec-Matlab
  • Removed labels: Codec-Java

@GoogleCodeExporter
Copy link
Author

Have reworked the entire matlab codec to not be as Java heavy with crazy 
callbacks,
now just uses the Java Codec's network class and the rest is written in Matlab.

Should be easier to use and maintain this way.

Original comment by brian.ta...@gmail.com on 26 Sep 2008 at 1:11

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant