b45ch1 / algopy

AlgoPy is a Research Prototype for Algorithmic Differentation in Python
80 stars 14 forks source link

tried converting a more complicated but self-contained example to algopy #12

Closed argriffing closed 12 years ago

argriffing commented 12 years ago

It currently fails because it wants algopy.ones_like(). But there are probably still numerous modifications that I will have to make even if ones_like() is added to algopy.

b45ch1 commented 12 years ago

This a very nice looking implementation. I have merged your changes and added some missing functionality to algopy to run it.

On Thu, Oct 18, 2012 at 11:08 PM, argriffing notifications@github.comwrote:

It currently fails because it wants algopy.ones_like(). But there are probably still numerous modifications that I will have to make even if

ones_like() is added to algopy.

You can merge this Pull Request by running:

git pull https://github.com/argriffing/algopy master

Or view, comment on, or merge it at:

https://github.com/b45ch1/algopy/pull/12 Commit Summary

  • add a less trivial molecular max likelihood example that currently fa…

File Changes

  • A documentation/sphinx/examples/codon_model.py (767)

Patch Links