Jump to content

Edit filter log

Details for log entry 30418789

15:45, 14 July 2021: Americocunhajr (talk | contribs) triggered filter 149, performing the action "edit" on In situ adaptive tabulation. Actions taken: Tag; Filter description: User adds link containing username (examine | diff)

Changes made in edit

*[http://tcg.mae.cornell.edu/isat.html In Situ Adaptive Tabulation (ISAT) in Turbulent Combustion]
*[http://tcg.mae.cornell.edu/isat.html In Situ Adaptive Tabulation (ISAT) in Turbulent Combustion]
*[http://www.hedengren.net/research/isat.htm Tutorial Overview of ISAT]
*[http://www.hedengren.net/research/isat.htm Tutorial Overview of ISAT]
*[https://tcg.mae.cornell.edu/ISATCK7/ ISAT-CK7: an implementation in Fortran 90 developed by Turbulence and Combustion Group at Cornell]
*[https://github.com/nogenmyr/ISAT-CK7-Cantera ISAT-CK7-Cantera: an adaptation of Cornell code to use with Cantera library]
*[https://github.com/americocunhajr/CRFlowLib CRFlowLib: alternative implementation in C language]


[[Category:Computer networking]]
[[Category:Computer networking]]

Action parameters

VariableValue
Edit count of the user (user_editcount)
6
Name of the user account (user_name)
'Americocunhajr'
Age of the user account (user_age)
45171
Groups (including implicit) the user is in (user_groups)
[ 0 => '*', 1 => 'user' ]
Rights that the user has (user_rights)
[ 0 => 'createaccount', 1 => 'read', 2 => 'edit', 3 => 'createtalk', 4 => 'writeapi', 5 => 'viewmywatchlist', 6 => 'editmywatchlist', 7 => 'viewmyprivateinfo', 8 => 'editmyprivateinfo', 9 => 'editmyoptions', 10 => 'abusefilter-log-detail', 11 => 'centralauth-merge', 12 => 'abusefilter-view', 13 => 'abusefilter-log', 14 => 'vipsscaler-test', 15 => 'collectionsaveasuserpage', 16 => 'reupload-own', 17 => 'move-rootuserpages', 18 => 'createpage', 19 => 'minoredit', 20 => 'editmyusercss', 21 => 'editmyuserjson', 22 => 'editmyuserjs', 23 => 'purge', 24 => 'sendemail', 25 => 'applychangetags', 26 => 'spamblacklistlog', 27 => 'mwoauthmanagemygrants' ]
Whether the user is editing from mobile app (user_app)
false
Whether or not a user is editing through the mobile interface (user_mobile)
false
Page ID (page_id)
26115479
Page namespace (page_namespace)
0
Page title without namespace (page_title)
'In situ adaptive tabulation'
Full page title (page_prefixedtitle)
'In situ adaptive tabulation'
Edit protection level of the page (page_restrictions_edit)
[]
Last ten users to contribute to the page (page_recent_contributors)
[ 0 => 'Longhair', 1 => 'Americocunhajr', 2 => 'Me, Myself, and I are Here', 3 => 'BG19bot', 4 => 'RjwilmsiBot', 5 => 'Tom.Reding', 6 => '69.169.188.228', 7 => 'Dynamitecow', 8 => '79.238.33.98', 9 => 'Arkenflame' ]
Page age in seconds (page_age)
360669805
Action (action)
'edit'
Edit summary/reason (summary)
'/* External links */ '
Old content model (old_content_model)
'wikitext'
New content model (new_content_model)
'wikitext'
Old page wikitext, before the edit (old_wikitext)
''''''In situ''''' '''adaptive tabulation''' ('''ISAT''') is an [[algorithm]] for the approximation of [[nonlinear]] relationships. ISAT is based on [[multiple linear regression]]s that are dynamically added as additional information is discovered. The technique is adaptive as it adds new linear regressions dynamically to a store of possible retrieval points. ISAT maintains error control by defining finer granularity in regions of increased nonlinearity. A binary tree search transverses cutting hyper-planes to locate a local linear approximation. ISAT is an alternative to [[artificial neural network]]s that is receiving increased attention for desirable characteristics, namely: * scales [[quadratic function|quadratically]] with increased dimension * approximates functions with [[discontinuity (mathematics)|discontinuities]] * maintains explicit bounds on [[approximation error]] * controls local [[derivative]]s of the approximating function * delivers new data training without re-[[optimization]] ISAT was first proposed by [[Stephen B. Pope]] for computational reduction of [[turbulent]] [[combustion]] [[simulation]]<ref>{{cite journal | last=Pope | first=S. B. | title=Computationally efficient implementation of combustion chemistry using ''in situ'' adaptive tabulation | journal=Combustion Theory and Modelling | year=1997 | url=http://tcg.mae.cornell.edu/pubs/Pope_CTM_97.pdf | volume=1 | pages=44–63}}</ref> and later extended to model predictive control.<ref>{{cite journal | last=Hedengren | first=J. D. | title=Approximate Nonlinear Model Predictive Control with In Situ Adaptive Tabulation | journal=Computers and Chemical Engineering | year=2008 | url=http://hedengren.net/research/Publications/CACE/hedengren_cace_2006.pdf | volume=32 | pages=706–714}}</ref> It has been generalized to an [http://hedengren.net/research/isat.htm ISAT framework] that operates based on any input and output data regardless of the application. An improved version of the algorithm<ref>{{cite journal | last=Lu | first=L. | title=An improved algorithm for in situ adaptive tabulation | journal=Journal of Computational Physics | year=2009 | url=https://tcg.mae.cornell.edu/pubs/Lu_LRP_JCP_09.pdf | volume=228 | pages=361–386}}</ref> was proposed just over a decade later of the original publication, including new features that allow you to improve the efficiency of the search for tabulated data, as well as error control. ==See also== *[[Predictive analytics]] *[[Radial basis function network]] *[[Recurrent neural networks]] *[[Support vector machine]] *[[Tensor product network]] ==References== {{Reflist}} ==External links== *[http://tcg.mae.cornell.edu/isat.html In Situ Adaptive Tabulation (ISAT) in Turbulent Combustion] *[http://www.hedengren.net/research/isat.htm Tutorial Overview of ISAT] [[Category:Computer networking]]'
New page wikitext, after the edit (new_wikitext)
''''''In situ''''' '''adaptive tabulation''' ('''ISAT''') is an [[algorithm]] for the approximation of [[nonlinear]] relationships. ISAT is based on [[multiple linear regression]]s that are dynamically added as additional information is discovered. The technique is adaptive as it adds new linear regressions dynamically to a store of possible retrieval points. ISAT maintains error control by defining finer granularity in regions of increased nonlinearity. A binary tree search transverses cutting hyper-planes to locate a local linear approximation. ISAT is an alternative to [[artificial neural network]]s that is receiving increased attention for desirable characteristics, namely: * scales [[quadratic function|quadratically]] with increased dimension * approximates functions with [[discontinuity (mathematics)|discontinuities]] * maintains explicit bounds on [[approximation error]] * controls local [[derivative]]s of the approximating function * delivers new data training without re-[[optimization]] ISAT was first proposed by [[Stephen B. Pope]] for computational reduction of [[turbulent]] [[combustion]] [[simulation]]<ref>{{cite journal | last=Pope | first=S. B. | title=Computationally efficient implementation of combustion chemistry using ''in situ'' adaptive tabulation | journal=Combustion Theory and Modelling | year=1997 | url=http://tcg.mae.cornell.edu/pubs/Pope_CTM_97.pdf | volume=1 | pages=44–63}}</ref> and later extended to model predictive control.<ref>{{cite journal | last=Hedengren | first=J. D. | title=Approximate Nonlinear Model Predictive Control with In Situ Adaptive Tabulation | journal=Computers and Chemical Engineering | year=2008 | url=http://hedengren.net/research/Publications/CACE/hedengren_cace_2006.pdf | volume=32 | pages=706–714}}</ref> It has been generalized to an [http://hedengren.net/research/isat.htm ISAT framework] that operates based on any input and output data regardless of the application. An improved version of the algorithm<ref>{{cite journal | last=Lu | first=L. | title=An improved algorithm for in situ adaptive tabulation | journal=Journal of Computational Physics | year=2009 | url=https://tcg.mae.cornell.edu/pubs/Lu_LRP_JCP_09.pdf | volume=228 | pages=361–386}}</ref> was proposed just over a decade later of the original publication, including new features that allow you to improve the efficiency of the search for tabulated data, as well as error control. ==See also== *[[Predictive analytics]] *[[Radial basis function network]] *[[Recurrent neural networks]] *[[Support vector machine]] *[[Tensor product network]] ==References== {{Reflist}} ==External links== *[http://tcg.mae.cornell.edu/isat.html In Situ Adaptive Tabulation (ISAT) in Turbulent Combustion] *[http://www.hedengren.net/research/isat.htm Tutorial Overview of ISAT] *[https://tcg.mae.cornell.edu/ISATCK7/ ISAT-CK7: an implementation in Fortran 90 developed by Turbulence and Combustion Group at Cornell] *[https://github.com/nogenmyr/ISAT-CK7-Cantera ISAT-CK7-Cantera: an adaptation of Cornell code to use with Cantera library] *[https://github.com/americocunhajr/CRFlowLib CRFlowLib: alternative implementation in C language] [[Category:Computer networking]]'
Unified diff of changes made by edit (edit_diff)
'@@ -24,4 +24,7 @@ *[http://tcg.mae.cornell.edu/isat.html In Situ Adaptive Tabulation (ISAT) in Turbulent Combustion] *[http://www.hedengren.net/research/isat.htm Tutorial Overview of ISAT] +*[https://tcg.mae.cornell.edu/ISATCK7/ ISAT-CK7: an implementation in Fortran 90 developed by Turbulence and Combustion Group at Cornell] +*[https://github.com/nogenmyr/ISAT-CK7-Cantera ISAT-CK7-Cantera: an adaptation of Cornell code to use with Cantera library] +*[https://github.com/americocunhajr/CRFlowLib CRFlowLib: alternative implementation in C language] [[Category:Computer networking]] '
New page size (new_size)
3222
Old page size (old_size)
2861
Size change in edit (edit_delta)
361
Lines added in edit (added_lines)
[ 0 => '*[https://tcg.mae.cornell.edu/ISATCK7/ ISAT-CK7: an implementation in Fortran 90 developed by Turbulence and Combustion Group at Cornell]', 1 => '*[https://github.com/nogenmyr/ISAT-CK7-Cantera ISAT-CK7-Cantera: an adaptation of Cornell code to use with Cantera library]', 2 => '*[https://github.com/americocunhajr/CRFlowLib CRFlowLib: alternative implementation in C language]' ]
Lines removed in edit (removed_lines)
[]
Whether or not the change was made through a Tor exit node (tor_exit_node)
false
Unix timestamp of change (timestamp)
1626277496