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

WIP: Use slope trick #113

Closed
wants to merge 1 commit into from
Closed

WIP: Use slope trick #113

wants to merge 1 commit into from

Conversation

kmyk
Copy link
Collaborator

@kmyk kmyk commented Jul 29, 2021

close #81

@kmyk
Copy link
Collaborator Author

kmyk commented Jul 29, 2021

うしさんに実装をもらったはいいが、Python 側の表現力の不足ないし物理的な計算機の有限性の問題で愚直解が書けないことに気付きました。
min(lambda x: abs(x - a)) あるいは jikka.minf(lambda x: abs(x - a)) って書けるようにするのはできるけど実行できないし困った。どうせなら先に epsilon calculus #54 をやるのがいい気がする。

@kmyk
Copy link
Collaborator Author

kmyk commented Aug 5, 2021

しばらく無理そうなので close

@kmyk kmyk closed this Aug 5, 2021
@kmyk kmyk deleted the slope-trick branch August 5, 2021 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Slope Trick
1 participant