<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>knenet</author_name>
  <author_url>https://blog.hatena.ne.jp/knenet/</author_url>
  <blog_title>象徴ヶ淵</blog_title>
  <blog_url>https://knenet.hatenadiary.jp/</blog_url>
  <categories>
    <anon>xyzzy</anon>
    <anon>lisp</anon>
  </categories>
  <description>今回も乱数降下法(1) 関数推定 - 象徴ヶ淵で作ったrdmの話である。係数決定に使えるのだから、当然普通に方程式を解くことも出来る。 (defun f1 (x) (lambda () (+ 11 (* -3 x) (* x x)))) f1のように、変数を持たない関数を返すようにすれば、その式の結果の絶対値が最小、つまりf1(x)=0になるようなxの値を求めてくれる。この場合のテストケースは空のリストを1つ入れておけばよい。 (rdm 'f1 '(()) '((-7 7))) |(8.75 (1.500338)) 実際に試してみると、絶対値が0にならず、解を求めることが出来ない。f1ではxは…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fknenet.hatenadiary.jp%2Fentry%2F20090506%2F1241576059&quot; title=&quot;乱数降下法(2) 関数を解く - 象徴ヶ淵&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2009-05-06 11:14:19</published>
  <title>乱数降下法(2) 関数を解く</title>
  <type>rich</type>
  <url>https://knenet.hatenadiary.jp/entry/20090506/1241576059</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
