Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[WIP] Types extension#158

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
MartinuzziFrancesco wants to merge1 commit intoJuliaAI:dev
base:dev
Choose a base branch
Loading
fromMartinuzziFrancesco:dev

Conversation

@MartinuzziFrancesco
Copy link

This PR is meant to extend the package to return output with matching typing of the given input data. Specifically I am adding the flexibility to all functions to handleFloat64 as well asFloat32 andFloat16.

This is PR is a heavy work in progress at the moment, I'm mercilessly dispatching on all functions that need changing, but I think at the end there's going to be redundant code, I'll sweep through everything at the end.

Tentative (and living) checklist of stuff to add

  • Dispatchfit folder functions
  • Dispacthglr folder functions (underway)
  • Dispatch loss-penalty folder functions (underway)
  • Dispatchmlj folder functions
  • tests

@ablaomablaom marked this pull request as draftMarch 10, 2024 19:56
@adienes
Copy link
Contributor

fit(::Type{T}, glr::GLR, X::AbstractMatrix{<:Real},

why introduce an argument rather than using the type ofX?

@MartinuzziFrancesco
Copy link
Author

yes there are a lot of redundancies at the moment, I started this top down while I was digging into the code instead of bottom up. I'll be fixing a lot of these in the next push

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@MartinuzziFrancesco@adienes

[8]ページ先頭

©2009-2025 Movatter.jp